home *** CD-ROM | disk | FTP | other *** search
/ PC-Blue - MS DOS Public Domain Library / PC-Blue MS-DOS Public Domain Library - NYACC.iso / vol174 / crc65.not < prev    next >
Encoding:
Text File  |  1986-11-25  |  1.0 KB  |  22 lines

  1.      In investigating why the CRC42 utility yields a '00 00' CRC 
  2. for files smaller than 128 bytes, I found that it was ignoring 
  3. partial sectors. This is a hangover from the CPM version from 
  4. which it was derived. CPM has no partial sectors. This version
  5. fixes this. It fixes the partial sector problem, but note that 
  6. it generates different CRCs than CRC42 for any file that doesn't 
  7. end on a 128 byte boundary.
  8.  
  9.      To make up for that, I put back a few goodies.
  10.  
  11.      Goodbye printing out the CRCKLIST (or compatable -CATALOG)
  12. file & manually checking off the CRCs as they fly by. CRC65 will 
  13. do it for you.
  14.  
  15.      And for those of you whose CRCs don't fly by, CRC65 is
  16. specially optimized to run up to 600% faster on a floppy disk 
  17. based IBM-PC. A companion CRCBUILD utility is also available for 
  18. generating -CATALOG files with CRCs compatable with this program.
  19.  
  20.                                       Howard Vigorita
  21.                                New York Amateur Computer Clob
  22.